projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6d621
)
gtk-demo: Add some details
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 20:11:11 +0000
(16:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 20:11:11 +0000
(16:11 -0400)
demos/gtk-demo/builder.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/builder.c
b/demos/gtk-demo/builder.c
index b6c3afbc0992b844736eb36e4ddb48d2227771f3..7699b3d0f6ed075766df376ba7e47b05cafdf597 100644
(file)
--- a/
demos/gtk-demo/builder.c
+++ b/
demos/gtk-demo/builder.c
@@
-1,6
+1,7
@@
/* Builder
*
- * Demonstrates an interface loaded from a XML description.
+ * Demonstrates a traditional interface, loaded from a XML description,
+ * and shows how to connect actions to the menu items and toolbar buttons.
*/
#include <gtk/gtk.h>